projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1334ef
)
Use -j1 on recursive make for OpenSSL
author
Alex Crichton
<alex@alexcrichton.com>
Fri, 2 Dec 2016 22:27:37 +0000
(14:27 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Fri, 2 Dec 2016 22:27:37 +0000
(14:27 -0800)
It looks like OpenSSL building on OSX has races...
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index ef02d4547ba89865a92c23c0f9cfed3bb22ba26c..89e3f2a31566b7fdf14d2bc6f24ef4116ddd4a86 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-266,7
+266,7
@@
target/openssl/$(1).stamp: target/openssl/openssl-$$(OPENSSL_VERS).tar.gz \
AR=$$(OPENSSL_AR_$(1)) \
$$(SETARCH_$(1)) ./Configure --prefix=$$(OPENSSL_INSTALL_$(1)) \
no-dso $$(OPENSSL_OS_$(1)) -fPIC $$(OPENSSL_CFLAGS_$(1))&& \
- $(MAKE) -j1
0
&& \
+ $(MAKE) -j1 && \
$(MAKE) install)
touch $$@